home *** CD-ROM | disk | FTP | other *** search
- Sun Aug 6 20:36:40 MDT 1995
- --
-
- Simple hex dump utility. I missed it badly from OS-9 so I wrote my own.
- The difference between it on 'od' is the ascii dump side by side with the
- requested dump. Makes it much easier to read a binary files contents.
-
- to compile: make install ; make clean
-
- Syntax: dump [<opts>] [<path>] [<opts>]
- Function: formatted display of contents of a file
- Options:
- -b binary display
- -d decimal display
- -h hexadecimal display (default)
- -o octal display
- -z read from standard input
- -v version
-
- --
- Mike Haaland
-
- E-Mail:
- <mikeh@vkgs.com>
- <mikeh@hypertech.com>
- <72300.1433@Compuserve.com>
-
-
-
-